home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9478 < prev    next >
Encoding:
Text File  |  1996-08-05  |  888 b   |  27 lines

  1. Newsgroups: comp.lang.c
  2. Path: uu4news.netcom.com!friend!news
  3. From: rich@kastle.com (Richard Krehbiel)
  4. Subject: Re: do || die;
  5. Message-ID: <1996Mar11.130836.4955@friend.kastle.com>
  6. Sender: news@friend.kastle.com (News)
  7. Reply-To: rich@kastle.com
  8. Organization: Kastle Development Associates
  9. X-Newsreader: Forte Free Agent 1.0.82
  10. References: <1996Mar7.052636.59812@ucl.ac.uk> <DnwJKs.KyJ@uns.bris.ac.uk> <mjs.826218466@hubcap>
  11. Date: Mon, 11 Mar 1996 13:11:34 GMT
  12.  
  13. mjs@hubcap.clemson.edu (M. J. Saltzman) wrote:
  14.  
  15. >    i -= i != 0
  16.  
  17. >(which is probably what I would have written).
  18.  
  19. Um, wouldn't that be undefined?  The value of i is stored and there
  20. are two references to i without an intervening sequence point.  One
  21. reference is implicit by the "-=" operator and the other is explicit.
  22.  
  23. --
  24. Richard Krehbiel, Kastle Systems, Arlington VA USA
  25. rich@kastle.com (work) or richk@mnsinc.com (personal)
  26.  
  27.